create trigger造句
例句與造句
- Creating triggers on system tables in the database
在數(shù)據(jù)庫的系統(tǒng)表上創(chuàng)建觸發(fā)器。 - With encryption obfuscates the text of the create trigger statement
對create trigger語句的文本進(jìn)行加密。 - Create triggers and grant database permissions to the rule evaluation account
創(chuàng)建觸發(fā)器并將數(shù)據(jù)庫權(quán)限授予規(guī)則計(jì)算帳戶。 - Create trigger must be the first statement in the batch and can apply to only one table
Create trigger必須是批處理中的第一條語句,并且只能應(yīng)用于一個(gè)表。 - This is the default behavior of create trigger with the compatibility level setting of 70 or higher
這是兼容級別設(shè)置等于或高于70的create trigger的默認(rèn)行為。 - It's difficult to find create trigger in a sentence. 用create trigger造句挺難的
- The with append option of create trigger can be used to create multiple triggers of the same type
可以使用create trigger的with append選項(xiàng)創(chuàng)建同一類型的多個(gè)觸發(fā)器。 - Modifies the definition of a dml or ddl trigger that was previously created by the create trigger statement
修改以前使用create trigger語句創(chuàng)建的dml或ddl觸發(fā)器的定義。 - You can create triggers for tables and views where the table and view definition is automatically detected
Ddl 。您可以為表和視圖創(chuàng)建觸發(fā)器,其中將自動檢測表和視圖的定義。 - The same trigger action can be defined for more than one user action for example , insert and update in the same create trigger statement
在同一條create trigger語句中,可以為多種用戶操作(如insert和update )定義相同的觸發(fā)器操作。 - For example , if create trigger for update is executed for a table that already has an update trigger , an additional update trigger is created
例如,如果為已經(jīng)有了update觸發(fā)器的表執(zhí)行create trigger for update ,則將再創(chuàng)建一個(gè)update觸發(fā)器。 - With the compatibility level of 70 , the default behavior for create trigger is to add additional triggers to existing triggers if the trigger names differ
如果觸發(fā)器名稱不同,則create trigger (兼容級別為70 )的默認(rèn)行為是在現(xiàn)有的觸發(fā)器中添加其他觸發(fā)器。 - However , if the compatibility level is equal to or less than 65 , any new triggers created by using the create trigger statement replace any existing triggers of the same type , even if the trigger names are different
但是,如果兼容級別小于或等于65 ,那么,即使觸發(fā)器名稱不同,使用create trigger語句創(chuàng)建的任何新觸發(fā)器都將替換同一類型的任何現(xiàn)有觸發(fā)器。 - Allows the user to invoke a routine , create a function that is sourced from that routine applies to functions only , and to reference the routine in any ddl statement , such as create view , create trigger , or when defining a constraint
允許用戶調(diào)用例程,從例程創(chuàng)建函數(shù)(只應(yīng)用于函數(shù)) ,以及在任何ddl語句(比如create view 、 create trigger或定義約束時(shí))中引用例程 - Once a user is granted the execute privilege for a routine , the user can then invoke that routine , create a function that is sourced from that routine applies to functions only , and reference the routine in any ddl statement , such as create view or create trigger
用戶一旦被授予一個(gè)例程的execute特權(quán),他就可以調(diào)用這個(gè)例程,從例程創(chuàng)建函數(shù)(只應(yīng)用于函數(shù)) ,以及在任何ddl語句(比如create view或create trigger )中引用例程。